Skip to main content

Configure gateway using OneClick.

Apply proxy to your services with features like Authentication, Security, Traffic Control and much more. The OneClick API feature allows one to create service with corresponding route and plugin if applied, consumer creation with its dependencies with default values in just few seconds.

Prerequisite

  1. Login to Designer by clicking on the link below:

    https://designer.quickintegrate.io/login

  2. Open: Execute / Deploy

  3. Application must be UP and running which contains the services that you want to configure to gateway. Here we have taken sample project and started it.

    Deployed application details view

Open: Develop / API / Studio

  1. Select Project type e.g. Integration
  2. Select Project Name, Build Version and Environment. Service list will display as below:
    Default one click view

New Configuration

  1. Click on plus button in the Action column of the service that you want to configure to gateway.
  2. Select the Gateway Environment
  3. Click on submit if you don't want to change path or apply plugin and your configuration is done.

Default path will be the actual service path you can change it according to your preferences.

Gateway one click configuration

Apply Plugin (optional)

  1. Check any checkbox to apply any one plugin. Here we have selected Key Auth plugin.
  2. Now you need to provide a name for consumer.
  3. Click on submit and your configuration is done.
    Apply plugin keyauth

Access Credentials (optional)

Now that you have successfully configured gateway and applied plugin i.e. Key Auth in this example. You can access your header key name and API keys using below steps:

Login to Monitor

Login to Monitor by clicking on the link below:

https://monitor.quickintegrate.io/login

View Header key name

Key name goes by default in header / query while calling your API.

  1. Open: Gateway / Plugins.
  2. Once on the page click on plugin name to view details or on eye icon to see raw view. You can refer to the below image:
    View Header key name

View API keys

  1. Open: Gateway / Consumers.
  2. Once on the page click on consumer name to view details.
  3. Then click on Credentials tab to view all API Keys.
    View API keys

Test using Postman

With plugin

Now add the Key name and API key in header.

  • Response with API key

    REST call with api-key
  • Response without API key

    REST call without api-key

Without plugin

REST call without plugin

Update Configurations

Now if needed you can change service or route path, host or anything else manually.